Skip to content

Add compact projection output modes#16

Merged
akcorca merged 1 commit into
mainfrom
codex/compact-projection
May 21, 2026
Merged

Add compact projection output modes#16
akcorca merged 1 commit into
mainfrom
codex/compact-projection

Conversation

@akcorca
Copy link
Copy Markdown
Contributor

@akcorca akcorca commented May 21, 2026

Summary

  • add --compact TSV output for channel/DM messages and wiki history reads
  • add --fields dotted-path JSON projection to omit large nested fields such as pictures
  • document the new output modes and cover compact/projection behavior in CLI tests

Validation

  • mise exec -- go test ./...
  • CGO_ENABLED=1 mise exec -- go test -race ./...
  • mise exec -- ./scripts/check_coverage.sh 35

Closes #9

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 21, 2026

Warning

Rate limit exceeded

@akcorca has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 29 minutes and 47 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 7b9997d5-1a9c-466a-b8de-c3a019e556fa

📥 Commits

Reviewing files that changed from the base of the PR and between 82b2599 and 97055e2.

📒 Files selected for processing (7)
  • README.md
  • docs/architecture.md
  • internal/craken/command.go
  • internal/craken/command_test.go
  • internal/craken/output.go
  • internal/craken/resources.go
  • internal/craken/wiki_agent.go
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/compact-projection

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@akcorca akcorca force-pushed the codex/compact-projection branch from 9a713a8 to 97055e2 Compare May 21, 2026 16:48
@akcorca akcorca merged commit 431aece into main May 21, 2026
2 checks passed
@akcorca akcorca deleted the codex/compact-projection branch May 21, 2026 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add compact and field-projected output modes

1 participant